OpenRoads Designer CONNECT Edition SDK Help

VoidIslandClip Method

Clips a dtm by inserting voids and islands

Definition

Namespace: Bentley.CifNET.TerrainModel Assembly: Bentley.CifNET.TerrainModel.4.0 (in Bentley.CifNET.TerrainModel.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static void VoidIslandClip(this DTM dtm, DTM bndyDtm)

Parameters

SettingDescription
  DTM The DTM.
  DTM Untriangulated DTM Containing Void Island Clipping Boundaries.

Return Value

Clipped dtm instance

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DTM. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also